home *** CD-ROM | disk | FTP | other *** search
/ Educational Software Cooperative 4 / Educational Software Cooperative 4.iso / rrret20 / install.bat < prev    next >
DOS Batch File  |  1995-12-25  |  2KB  |  60 lines

  1. echo off
  2. cls
  3. if "%1" == "" goto INSTRUCT
  4.  
  5. :INSTALL
  6. echo  RENEGADE ROBOT RETALIATION Hard Disk Installation  
  7. echo  -------------------------------------------------  
  8. echo  This program will install RENEGADE ROBOT RETALIATION
  9. echo  on your hard disk in a directory called %1/JUST4ME/RRR
  10. echo  from your floppy disk drive.  You must have 1.4 Megabytes  
  11. echo  free on your hard drive for the program to load  
  12. echo  properly.    
  13.   
  14. pause  
  15. md %1\JUST4ME
  16. md %1\JUST4ME\RRR
  17.   
  18. cls  
  19. echo  --- LOADING PROGRAM FILES ---   
  20. copy *.* %1\JUST4ME\RRR\*.*   
  21.   
  22. %1  
  23. cd\JUST4ME\RRR  
  24. cls  
  25.    
  26. cls  
  27. echo  RENEGADE ROBOT RETALIATION 
  28. echo  --------------------------
  29. echo  TO START, MOVE TO THE %2\JUST4ME\RRR DIRECTORY, AND   
  30. echo  ENTER THE FOLLOWING:  
  31. echo  -   
  32. echo    GO  -- To Begin The Game
  33. echo  -  
  34. echo  ---------------------------
  35. echo  WE HOPE YOU ENJOY!!!   
  36. pause  
  37. goto EXIT  
  38.   
  39. :INSTRUCT   
  40. cls   
  41. echo  RENEGADE ROBOT RETALIATION Hard Disk Installation   
  42. echo  -------------------------------------------------   
  43. echo  This program installs RENEGADE ROBOT RETALIATION on your
  44. echo  hard drive.  For this program, please adopt the following  
  45. echo  format:  
  46. echo  -   
  47. echo                 INSTALL C:   
  48. echo  -    
  49. echo      where C: = hard drive on which the program is to be  
  50. echo                 installed  
  51. echo  -  
  52. echo  Substitute other drive letter as appropriate.   Please  
  53. echo  note you must have 1.4 Megabytes free on your hard drive  
  54. echo  for the program to load properly.    
  55. pause  
  56. cls   
  57. goto EXIT   
  58.             
  59. :EXIT   
  60.